パラメータ
- items
 - Array of objects that will be assigned to the new row.
 - rowIndex
 - Position where the new row will be inserted.
 - colIndex
 - First column to populate with the items in the items array. This parameter is usually set to the index of the first scrollable column.
 
戻り値の型
A reference to the new row.